home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / syn Scripts / JavaScript.js next >
Encoding:
JavaScript  |  2002-07-22  |  378 b   |  17 lines

  1. // Description: Macro Template for syn
  2. // Caption: <Text from the Menuitem>|
  3. // Hint: <The Hint from the Menuitem>|
  4. // Icon: <The Icon from the Menuitem>|
  5.  
  6. // ScriptEngine=JavaScript
  7.  
  8. // Remove the dot to include this file(s)
  9. //#.include <consts>
  10. //#.include <cmnfunc>
  11.  
  12. function Main(FileName)
  13. {
  14.   // To Do: Add usercode here
  15.   Echo("Hi, this is JavaScript!")
  16. }
  17.